PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.patterns Package / PDFColoredTilingPattern Class / PDFColoredTilingPattern Constructor
The width of the pattern cell.
The height of the pattern cell.
In This Topic
    PDFColoredTilingPattern Constructor
    In This Topic
    Initializes a new PDFColoredTilingPattern object.
    Syntax
    public PDFColoredTilingPattern( 
       double width,
       double height
    )

    Parameters

    width
    The width of the pattern cell.
    height
    The height of the pattern cell.
    See Also